home *** CD-ROM | disk | FTP | other *** search
/ Pascal Super Library / Pascal Super Library (CW International)(1997).bin / SHELLS / SZ2 / CLUSTER.DEF < prev    next >
Text File  |  1992-08-31  |  1KB  |  44 lines

  1. .Hints vs. Help Text for TClusters (RadioButtons & CheckBoxes)
  2.  
  3. COMMENTS
  4. --------
  5. This example shows how to do hints for a dialog.
  6.  
  7. You only pass one (1) hcXXXX value to a TCluster object.  Then,
  8. a TCluster increments the hcXXXX value for each additional
  9. sub-item.
  10.  
  11. Since both SHAZAM and TVHC sort the hcXXXX list before numbering
  12. them, you can use alphabetical order to ensure that your hcXXXX
  13. constants are numbered consecutively.
  14.  
  15. +---------------------------------------+
  16. |+-------+  +-------+    +-----------+  |
  17. ||Radio 1|  |Radio 2|    |Check 1 & 2|  | <--Help Text
  18. |+-------+  +-------+    +-----------+  |
  19. +---------------------------------------+
  20.     ( ) Radio 1--+       [ ] Check 1--+
  21.     ( ) Radio 2  |       [ ] Check 2  |
  22.               |  |                 |  |
  23.               |  |                 |  |
  24. STATUS |Separate Hint text for each TCluster item
  25.  
  26. @PA - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  27.  
  28.  
  29.  
  30. [ DIALOG ]
  31. cluster
  32.  
  33. [ STATUS ]
  34. F2 Insert
  35. F3 ExecView
  36. Alt-X Exit cmQuit
  37.  
  38. [ HINT ]
  39. RadioButton1                 ;;hint for RADIO button #1
  40. RadioButton2                 ;;hint for RADIO button #2
  41.  
  42. CheckBox1                    ;;hint for CHECK BOX #1
  43. CheckBox2                    ;;hint for CHECK BOX #2
  44.